-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing act
wrappers
#7126
Add missing act
wrappers
#7126
Conversation
f21e817
to
c838369
Compare
in preparation for consuming latest version of React Testing Library and its sibling packages
c838369
to
822d43b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added the QA label fyi, as we're upgrading storybook I think it's worth a brush test to ensure nothing's fallen off etc. Happy to approve when the conflicts are resolved, good work @Parsium
act
wrappers and upgrade Storybook to v8.4.7act
wrappers
822d43b
to
6685d87
Compare
As React 18 will require a comprehensive QA review, I have removed the Storybook upgrade from this PR to prevent duplication of effort. |
🎉 This PR is included in version 144.22.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Proposed behaviour
act
wrapperCurrent behaviour
act
. Currently, no warnings are thrown, but they will be when RTL and React are upgradedChecklist
d.ts
file added or updated if requiredQA
Additional context
This PR implements essential changes required for Carbon to support React 18. These changes have been addressed now to minimise the complexity of the upcoming React 18 upgrade PR.
Testing instructions